home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / dbase / enablestate.c < prev    next >
C/C++ Source or Header  |  1996-07-28  |  210b  |  11 lines

  1.  
  2. #include "dbase.p"
  3.  
  4. void enable_state()
  5. {
  6.     unlink(filename[the_statefile]);
  7.     unlink(filename[the_disablefile]);
  8.     copyfile(filename[the_enablefile], filename[the_activefile]);
  9.     make_configfile();
  10. }
  11.